home *** CD-ROM | disk | FTP | other *** search
- Path: Rezonet.net!altitude!usenet
- From: pifus@cam.org (David Taylor)
- Newsgroups: comp.lang.c++
- Subject: Re: [Q] Is there a Model-View-Controller C++ implementation ?
- Date: 31 Jan 1996 18:05:47 GMT
- Organization: Communications Accessibles Montreal
- Message-ID: <4eob1r$roh@tandem.CAM.ORG>
- References: <4eigis$aq9@s3.iway.fr> <4el9pl$b20@usenet.srv.cis.pitt.edu>
- NNTP-Posting-Host: pifus.hip.cam.org
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=US-ASCII
- X-Newsreader: WinVN 0.99.6
-
- In article <4el9pl$b20@usenet.srv.cis.pitt.edu>, hnkst2+@pitt.edu says...
- >
- >Patrick Lefebvre <plefebvr@pratique.fr> wrote:
- >>Hello,
- >>
- >>I am a student working in C++ with MS-Windows.
- >>
- >>I seek for an implementation of the MVC (Model-View-Controller),
- >>of for references to any existing one.
- >>
- >>-> it would be better if it was free;
- >>-> it would be better if it was for MS-Windows;
- >>
- >
- >I don't know of any toolkit implementations, but the book
- >"Design patterns" by Gamma et. al. (known as the Gang-of-4-book)
- >has a Observer pattern which is basically the same idea.
- >
- >The book has source code in C++.
- >
-
- I think C++/Views uses an MVC style of system based on the Smalltalk
- model. It is on MS-Windows but it certainly is not free. Last time
- I checked C++/Views was being published by InterSolve, although this
- seems to change rather often.
-
- Dave
-
-